Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRRowToTilt

You can use the QTVRRowToTilt function to get the tilt angle that corresponds to a row number in the object image array.

float QTVRRowToTilt (QTVRInstance qtvr, short row);
qtvr
An instance of a QuickTime VR movie.
row
A row number.
function result
The tilt angle that corresponds to the specified row number in the object image array.

DESCRIPTION

The QTVRRowToTilt function returns, as its function result, the tilt angle that corresponds to the zero-based row number in the object image array specified by the row parameter.

SPECIAL CONSIDERATIONS

QTVRRowToTilt is valid only for object nodes.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |